CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - canny opencv

搜索资源列表

  1. Canny

    0下载:
  2. 这是用opencv编写的canny算法,程序简单易懂!-this is an canny program!
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:860
    • 提供者:彭维演
  1. canny

    0下载:
  2. 在opencv下实现canny算子的边缘检测。-Use the algorithm of canny to achieve edge detection in OpenCV.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1449694
    • 提供者:liufang
  1. opencvlizi

    0下载:
  2. 在mfc中使用opencv的示例,实现了canny算法、surf算法、矩形检测等算法-Opencv mfc used in the example, to achieve a canny algorithm, surf algorithm, the rectangle detection algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-05-29
    • 文件大小:12143845
    • 提供者:ckolk
  1. Canny

    0下载:
  2. 利用OPenCV里面函数求出图像中感兴区域的边缘.-Inside the function obtained by OPenCV Invigoration image area edge.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1464395
    • 提供者:陈生
  1. canny_houghLines_tester

    0下载:
  2. test of canny detector + hough lines for opencv
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1013
    • 提供者:Michal Zajac
  1. Opencv-Basics-CPP

    0下载:
  2. Opencv Basics : Canny Transformation , Image Erosion, Window without title bar.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1591
    • 提供者:Harsha
  1. canny

    0下载:
  2. 基于OpenCV的CANNY凯妮边缘检测算子,VC6.0环境下可直接运行,需要是可修改算子上下限。-OpenCV Canny
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1591136
    • 提供者:long
  1. canny

    0下载:
  2. 使用opencv采用canny算子算法进行检测,内含详细注释-Using opencv using canny operator algorithm to detect, contain detailed notes
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:2132
    • 提供者:
  1. canny-edge-detection

    0下载:
  2. 基于openCV的canny边缘检测代码 VC++ 2008 express环境运行。-The canny edge detection based on openCV code VC++ 2008 express running environment.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-24
    • 文件大小:582
    • 提供者:
  1. hough-transform

    0下载:
  2. 利用opencv以及哈弗变换原理实现对图像中圆形和正方形的检测。-On this post, i would introduce the latest openCV objects recgnition work for my research. Presently, i have developed codes to recognize circle successfully. Capture image from camera, converting the source image int
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:165254
    • 提供者:feiren
  1. cvCanny

    0下载:
  2. opencv vc++ 编写的图像边缘检测-opencv image canny
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1695746
    • 提供者:ping
  1. canny.cpp

    0下载:
  2. OpenCv Code for detecting the edges of a picture, note that u can change the parameters to have your preferable result-OpenCv Code for detecting the edges of a picture, note that u can change the parameters to have your preferable result
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1059
    • 提供者:zeenwa
  1. cannybar02

    0下载:
  2. 使用vc++6.0和OpenCV1.0.实现canny算子检测图像轮廓边缘。代码中有自动阈值滑动样条。-using VC++ and OpenCV. you can see the contour of the images.and the threshold of the canny operator can be set as you will.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:109549
    • 提供者:国学大师
  1. canny

    0下载:
  2. 利用Opencv的轮廓检测函数,可以用来检测图像的边沿。-Use the Opencv the outline detection function can be used to detect the edge of the image.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-04
    • 文件大小:31698
    • 提供者:wang
  1. canny

    0下载:
  2. 学习opencv,opencv的基本算法,canny算法,检测图形边缘-Testing the edges of the figure
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:5241
    • 提供者:陈辰光
  1. jiaotong

    0下载:
  2. 我做交通标志检测和识别中用到的几个子模块,本人亲测在VS2008平台上能跑。程序不复杂,但是对于初学Opencv的人来说还是有一定用处的。包括,提取特征颜色、霍夫圆检测、Canny边缘检测等。-Opencv Hough Canny
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:5994
    • 提供者:余权
  1. canny-operator

    0下载:
  2. canny算子代码 自己理解,重新改写的算法。OpenCV之简单VC++实现-canny operator code to understand, to rewrite the algorithm. The OpenCV s simple VC++ achieve
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:9703
    • 提供者:zouxianjian
  1. Canny

    0下载:
  2. opencv学习——canny边缘检测源程序 通过此程序学习如何用opencv编写canny边缘检测程序 是学习opencv的捷径所在-opencv learning- canny edge detection opencv source to learn through this program to learn how to write with opencv canny edge detection program shortcuts where
  3. 所属分类:OpenCV

    • 发布日期:2017-11-06
    • 文件大小:1566312
    • 提供者:张峰
  1. Canny

    0下载:
  2. 开发环境VC++6.0,这是一个用OpenCV做的canny边缘检测算法-Development environment VC++6.0, this is one to do with OpenCV canny edge detection algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-11-07
    • 文件大小:7050317
    • 提供者:杨强
  1. canny

    0下载:
  2. opencv实现图像的显示,可以参考学习一下代码!以帮助调试程序!-The opencv achieve image display, and can refer to learn about the code! To help the debugger!
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:5592556
    • 提供者:zhanghao
« 1 2 3 45 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com